-
Notifications
You must be signed in to change notification settings - Fork 707
otelconf: add support for OTEL_EXPERIMENTAL_CONFIG_FILE #8106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
MrAlias
merged 15 commits into
open-telemetry:main
from
codeboten:codeboten/add-init-otel-experimental-config-file
Dec 4, 2025
Merged
otelconf: add support for OTEL_EXPERIMENTAL_CONFIG_FILE #8106
MrAlias
merged 15 commits into
open-telemetry:main
from
codeboten:codeboten/add-init-otel-experimental-config-file
Dec 4, 2025
+57
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1c48ed5 to
4dec321
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8106 +/- ##
=====================================
Coverage 82.1% 82.2%
=====================================
Files 195 195
Lines 13678 13692 +14
=====================================
+ Hits 11242 11256 +14
Misses 2029 2029
Partials 407 407
🚀 New features to boost your workflow:
|
Contributor
Author
|
Hoping to get some feedback on this before i go through and add unit test coverage |
MrAlias
reviewed
Nov 24, 2025
Split off from open-telemetry#8106, updating the tls files to real test files. Signed-off-by: alex boten <[email protected]>
As discussed in open-telemetry#8059, adding an init function to support users passing in a configuration file via the environment variables OTEL_EXPERIMENTAL_CONFIG_FILE. Fixes open-telemetry#8059 Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
Signed-off-by: alex boten <[email protected]>
575d3bc to
5d72638
Compare
Contributor
Author
|
Rebased on top of #8228 to make reviewing easier |
MrAlias
approved these changes
Dec 3, 2025
Co-authored-by: Tyler Yahn <[email protected]>
Signed-off-by: alex boten <[email protected]>
dashpole
approved these changes
Dec 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As discussed in #8059, adding an init function to support users passing in a
configuration file via the environment variables
OTEL_EXPERIMENTAL_CONFIG_FILE.Fixes #8059
This will remain in draft until #8026 is merged